home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / Starsiege / tribesdemo.exe / Disk1 / data1.cab / Tribes_Demo / base / scripts.vol / baseDebrisData.cs < prev    next >
Encoding:
Text File  |  1999-09-14  |  4.5 KB  |  244 lines

  1. DebrisData defaultDebrisSmall
  2. {
  3.    type      = 0;
  4.    imageType = 0;
  5.    
  6.    mass       = 100.0;
  7.    elasticity = 0.25;
  8.    friction   = 0.5;
  9.    center     = { 0, 0, 0 };
  10.  
  11.    //collisionMask = 0;    // default is Interior | Terrain, which is what we want
  12.    //knockMask     = 0;
  13.  
  14.    animationSequence = -1;
  15.  
  16.    minTimeout = 3.0;
  17.    maxTimeout = 6.0;
  18.  
  19.    explodeOnBounce = 0.3;
  20.  
  21.    damage          = 1000.0;
  22.    damageThreshold = 100.0;
  23.  
  24.    spawnedDebrisMask     = 1;
  25.    spawnedDebrisStrength = 90;
  26.    spawnedDebrisRadius   = 0.2;
  27.  
  28.    spawnedExplosionID = debrisExpSmall;
  29.  
  30.    p = 1;
  31.  
  32.    explodeOnRest   = True;
  33.    collisionDetail = 0;
  34. };
  35.  
  36. DebrisData defaultDebrisMedium
  37. {
  38.    type      = 0;
  39.    imageType = 0;
  40.    
  41.    mass       = 100.0;
  42.    elasticity = 0.25;
  43.    friction   = 0.5;
  44.    center     = { 0, 0, 0 };
  45.  
  46.    //collisionMask = 0;    // default is Interior | Terrain, which is what we want
  47.    //knockMask     = 0;
  48.  
  49.    animationSequence = -1;
  50.  
  51.    minTimeout = 3.0;
  52.    maxTimeout = 6.0;
  53.  
  54.    explodeOnBounce = 0.3;
  55.  
  56.    damage          = 1000.0;
  57.    damageThreshold = 100.0;
  58.  
  59.    spawnedDebrisMask     = 1;
  60.    spawnedDebrisStrength = 90;
  61.    spawnedDebrisRadius   = 0.2;
  62.  
  63.    spawnedExplosionID = debrisExpMedium;
  64.  
  65.    p = 1;
  66.  
  67.    explodeOnRest   = True;
  68.    collisionDetail = 0;
  69. };
  70.  
  71. DebrisData defaultDebrisLarge
  72. {
  73.    type      = 0;
  74.    imageType = 0;
  75.    
  76.    mass       = 100.0;
  77.    elasticity = 0.25;
  78.    friction   = 0.5;
  79.    center     = { 0, 0, 0 };
  80.  
  81.    //collisionMask = 0;    // default is Interior | Terrain, which is what we want
  82.    //knockMask     = 0;
  83.  
  84.    animationSequence = -1;
  85.  
  86.    minTimeout = 3.0;
  87.    maxTimeout = 6.0;
  88.  
  89.    explodeOnBounce = 0.3;
  90.  
  91.    damage          = 1000.0;
  92.    damageThreshold = 100.0;
  93.  
  94.    spawnedDebrisMask     = 1;
  95.    spawnedDebrisStrength = 90;
  96.    spawnedDebrisRadius   = 0.2;
  97.  
  98.    spawnedExplosionID = debrisExpLarge;
  99.  
  100.    p = 1;
  101.  
  102.    explodeOnRest   = True;
  103.    collisionDetail = 0;
  104. };
  105.  
  106. DebrisData flashDebrisSmall
  107. {
  108.    type      = 0;
  109.    imageType = 0;
  110.    
  111.    mass       = 100.0;
  112.    elasticity = 0.25;
  113.    friction   = 0.5;
  114.    center     = { 0, 0, 0 };
  115.  
  116.    //collisionMask = 0;    // default is Interior | Terrain, which is what we want
  117.    //knockMask     = 0;
  118.  
  119.    animationSequence = -1;
  120.  
  121.    minTimeout = 3.0;
  122.    maxTimeout = 6.0;
  123.  
  124.    explodeOnBounce = 0.3;
  125.  
  126.    damage          = 1000.0;
  127.    damageThreshold = 100.0;
  128.  
  129.    spawnedDebrisMask     = 1;
  130.    spawnedDebrisStrength = 90;
  131.    spawnedDebrisRadius   = 0.2;
  132.  
  133.    spawnedExplosionID = flashExpSmall;
  134.  
  135.    p = 1;
  136.  
  137.    explodeOnRest   = True;
  138.    collisionDetail = 0;
  139. };
  140.  
  141. DebrisData flashDebrisMedium
  142. {
  143.    type      = 0;
  144.    imageType = 0;
  145.    
  146.    mass       = 100.0;
  147.    elasticity = 0.25;
  148.    friction   = 0.5;
  149.    center     = { 0, 0, 0 };
  150.  
  151.    //collisionMask = 0;    // default is Interior | Terrain, which is what we want
  152.    //knockMask     = 0;
  153.  
  154.    animationSequence = -1;
  155.  
  156.    minTimeout = 3.0;
  157.    maxTimeout = 6.0;
  158.  
  159.    explodeOnBounce = 0.3;
  160.  
  161.    damage          = 1000.0;
  162.    damageThreshold = 100.0;
  163.  
  164.    spawnedDebrisMask     = 1;
  165.    spawnedDebrisStrength = 90;
  166.    spawnedDebrisRadius   = 0.2;
  167.  
  168.    spawnedExplosionID = flashExpMedium;
  169.  
  170.    p = 1;
  171.  
  172.    explodeOnRest   = True;
  173.    collisionDetail = 0;
  174. };
  175.  
  176. DebrisData flashDebrisLarge
  177. {
  178.    type      = 0;
  179.    imageType = 0;
  180.    
  181.    mass       = 100.0;
  182.    elasticity = 0.25;
  183.    friction   = 0.5;
  184.    center     = { 0, 0, 0 };
  185.  
  186.    //collisionMask = 0;    // default is Interior | Terrain, which is what we want
  187.    //knockMask     = 0;
  188.  
  189.    animationSequence = -1;
  190.  
  191.    minTimeout = 3.0;
  192.    maxTimeout = 6.0;
  193.  
  194.    explodeOnBounce = 0.3;
  195.  
  196.    damage          = 1000.0;
  197.    damageThreshold = 100.0;
  198.  
  199.    spawnedDebrisMask     = 1;
  200.    spawnedDebrisStrength = 90;
  201.    spawnedDebrisRadius   = 0.2;
  202.  
  203.    spawnedExplosionID = flashExpLarge;
  204.  
  205.    p = 1;
  206.  
  207.    explodeOnRest   = True;
  208.    collisionDetail = 0;
  209. };
  210.  
  211. DebrisData playerDebris
  212. {
  213.    type      = 0;
  214.    imageType = 0;
  215.    
  216.    mass       = 100.0;
  217.    elasticity = 0.25;
  218.    friction   = 0.5;
  219.    center     = { 0, 0, 0 };
  220.  
  221.    //collisionMask = 0;    // default is Interior | Terrain, which is what we want
  222.    //knockMask     = 0;
  223.  
  224.    animationSequence = -1;
  225.  
  226.    minTimeout = 3.0;
  227.    maxTimeout = 6.0;
  228.  
  229.    explodeOnBounce = 0.3;
  230.  
  231.    damage          = 1000.0;
  232.    damageThreshold = 100.0;
  233.  
  234.    spawnedDebrisMask     = 1;
  235.    spawnedDebrisStrength = 90;
  236.    spawnedDebrisRadius   = 0.2;
  237.  
  238.    p = 1;
  239.  
  240.    explodeOnRest   = True;
  241.    collisionDetail = 0;
  242. };
  243.  
  244.